home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Displays.idl < prev    next >
Text File  |  1996-05-01  |  4KB  |  119 lines

  1. /*
  2.      File:        Displays.idl
  3.  
  4.      Contains:    Display Manager Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __DISPLAYS_IDL__
  19. #define __DISPLAYS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __CONDITIONALMACROS_IDL__
  25. #include <ConditionalMacros.idl>
  26. #endif
  27. #ifndef __COMPONENTS_IDL__
  28. #include <Components.idl>
  29. #endif
  30. #ifndef __VIDEO_IDL__
  31. #include <Video.idl>
  32. #endif
  33. #ifndef __APPLEEVENTS_IDL__
  34. #include <AppleEvents.idl>
  35. #endif
  36. #ifndef __WINDOWS_IDL__
  37. #include <Windows.idl>
  38. #endif
  39. #ifndef __EVENTS_IDL__
  40. #include <Events.idl>
  41. #endif
  42. #ifndef __PROCESSES_IDL__
  43. #include <Processes.idl>
  44. #endif
  45. #ifndef __DIALOGS_IDL__
  46. #include <Dialogs.idl>
  47. #endif
  48.  
  49. #ifdef __SOMIDL__
  50.  
  51. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  52. /*
  53.     Summary Change Flags (sticky bits indicating an operation was performed)
  54.     For example, moving a display then moving it back will still set the kMovedDisplayBit.
  55. */
  56. /* types for notifyType */
  57. /* DisplayID/DeviceID constants */
  58. /* Constants for fidelity checks */
  59. /* portListFlags for DM_NewDevicePortList */
  60. typedef unsigned long            DMFidelityType;
  61.  
  62. /*
  63.  AVID is an ID for ports and devices the old DisplayID type
  64.     is carried on for compatibility
  65. */
  66. typedef unsigned long            AVIDType;
  67.  
  68. typedef AVIDType                DisplayIDType;
  69.  
  70. typedef OpaquePtr                DMListType;                    /* Substituted OpaquePtr for ``void*'' */
  71.  
  72. typedef unsigned long            DMListIndexType;
  73.  
  74. typedef VDPowerStateRec            AVPowerStateRec;
  75.  
  76. typedef OpaquePtr                AVPowerStatePtr;            /* Substituted OpaquePtr for ``VDPowerStateRec*'' */
  77.  
  78. typedef SOMLargeStruct            DMComponentListEntryRec;    /* Derived from a struct of 68 bytes in size */
  79.  
  80. typedef OpaquePtr                DMComponentListEntryPtr;    /* Substituted OpaquePtr for ``DMComponentListEntryRec*'' */
  81.  
  82. /* *** Move AVLocationRec to AVComponents.i AFTER AVComponents.i is created*/
  83. typedef SOMFourByteStruct        AVLocationRec;                /* Derived from a struct of 4 bytes in size */
  84.  
  85. typedef OpaquePtr                AVLocationPtr;                /* Substituted OpaquePtr for ``AVLocationRec*'' */
  86.  
  87. typedef SOMLargeStruct            DMDepthInfoRec;                /* Derived from a struct of 20 bytes in size */
  88.  
  89. typedef OpaquePtr                DMDepthInfoPtr;                /* Substituted OpaquePtr for ``DMDepthInfoRec*'' */
  90.  
  91. typedef SOMLargeStruct            DMDepthInfoBlockRec;        /* Derived from a struct of 20 bytes in size */
  92.  
  93. typedef OpaquePtr                DMDepthInfoBlockPtr;        /* Substituted OpaquePtr for ``DMDepthInfoBlockRec*'' */
  94.  
  95. typedef SOMLargeStruct            DMDisplayModeListEntryRec;    /* Derived from a struct of 28 bytes in size */
  96.  
  97. typedef OpaquePtr                DMDisplayModeListEntryPtr;    /* Substituted OpaquePtr for ``DMDisplayModeListEntryRec*'' */
  98.  
  99. typedef SOMLargeStruct            DependentNotifyRec;            /* Derived from a struct of 32 bytes in size */
  100.  
  101. typedef OpaquePtr                DependentNotifyPtr;            /* Substituted OpaquePtr for ``DependentNotifyRec*'' */
  102.  
  103. /* Exports to support Interfaces library containing unused calls */
  104. typedef OpaquePtr DMNotificationProcPtr;
  105. typedef OpaquePtr DMNotificationUPP;
  106. typedef OpaquePtr DMExtendedNotificationProcPtr;
  107. typedef OpaquePtr DMExtendedNotificationUPP;
  108. typedef OpaquePtr DMComponentListIteratorProcPtr;
  109. typedef OpaquePtr DMComponentListIteratorUPP;
  110. typedef OpaquePtr DMDisplayModeListIteratorProcPtr;
  111. typedef OpaquePtr DMDisplayModeListIteratorUPP;
  112. /* Trap interfaces */
  113. #endif
  114.  
  115. #endif /* __SOMIDL__ */
  116.  
  117. #endif /* __DISPLAYS_IDL__ */
  118.  
  119.